html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.fd-mr18{
    margin-right: 18px;
}

.fd-mb24{
    margin-bottom: 24px;
}

.fd-mb56{
    margin-bottom: 56px;
}

.fd-mb16{
    margin-bottom: 16px;
}

.fd-ml32{
    margin-left: 32px;
}

.fd-mr24{
    margin-right: 24px;
}

.fd-mt32{
    margin-top: 32px;
}

.fd-mt24{
    margin-top: 24px;
}

.fd-mb48{
    margin-bottom: 48px;
}

.fd-width-50{
    width: 50%;
}

.fd-width-100{
    width: 100%;
}

/*头部样式开始*/
html, body {
    height: 100%;
}

.fd-mb32 {
    margin-bottom: 32px;
}

.fd-pb0 {
    padding-bottom: 0 !important;
}

a {
    cursor: pointer;
}

body {
    margin: 0;
    box-sizing: content-box;
    min-width: 1600px;
}

p {
    margin: 0;
}

.fd-container {
    position: relative;
    box-sizing: border-box;
    padding-top: 268px;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fd-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 268px;
}

.fd-head-content {
    height: 216px;
    background: url("../images/sy/head-bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.fd-head-menu {
    height: 52px;
    background: url("../images/sy/icon-fl-bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.fd-head-center{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    background: url("../images/sy/head-title-2.png") left 34px no-repeat;
}

.fd-right-text{
    padding-top: 24px;
    float: right;
    color: #943433;
    font: 14px/32px "Microsoft YaHei UI";
}

.fd-search-input{
    position: relative;
    display: inline-block;
    vertical-align: top;

}

.fd-search-input:after{
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: 0;
    background: url("../images/sy/icon-search.png") center center no-repeat;
}

.fd-search-input input{
    border: 1px solid #943433;
    border-radius:2px;
    color: #666;
    margin-left: 32px;
    background: transparent;
}

.fd-right-text a{
    display: inline-block;
    vertical-align: top;
    color: #943433;
}

.fd-menu-list {
    display: flex;
    width: 1300px;
    margin: 0 auto;
    font-size: 0;
}

.fd-menu-list .fd-menu-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height: 52px;
    font: 18px/52px "Microsoft YaHei UI";
    color: #fff;
    cursor: pointer; /* 鼠标放上去时候的光标 */
    text-decoration: none;
}

.fd-menu-list>.fd-menu-item{
    padding: 0 24px;
}

.fd-menu-list .fd-menu-item:hover {
    background-color: #822728;
}

.fd-menu-list .fd-menu-select {
    height: max-content;
}

.fd-menu-list .fd-menu-select:hover .fd-menu-select-options {
    display: inline-block;
}

.fd-menu-select-options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    margin-top: 52px;
    color: #fff;
    background-color: #9F4948;
}

.fd-menu-select-options>a {
    display: inline-block;
    width: 100%;
    height: 52px;
    text-decoration: none;
    font: 18px/52px "Microsoft YaHei UI";overflow:hidden !important;
    text-overflow:ellipsis;
    white-space:nowrap

}

.fd-menu-select-options>a:hover {
    background-color: #ad6160 !important;
}

.fd-menu-list .active {
    color: #fff;
    background-color: #9F4948;
}

.fd-center{
    position: relative;
    padding-top: 48px;
}

/*头部样式结束*/
.fd-content {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

/*面包屑样式开始*/
.fd-crumbs-menu {
    padding: 16px 0 24px;
    color: #666;
    font: 14px/20px "Microsoft YaHei UI";
}

/*面包屑样式结束*/
.fd-main-content {
    position: relative;
    padding-bottom: 50px;
    font-size: 0;
}

.fd-main-center {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 304px);
}

/*左侧样式*/
.fd-main-left {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    padding-right: 24px;
}

.fd-content-menu {
    text-align: center;
}

.fd-content-menu a {
    display: block;
    margin-bottom: 16px;
    color: #282828;
    font: 16px/40px "Microsoft YaHei UI";
    background-color: #F5F5F5;
    border-radius: 20px;
    cursor: pointer;
}

.fd-content-menu a.active {
    color: #9A1A00;
    background-color: rgba(154, 1, 0, 0.1);
}

.fd-main-footer {
    box-sizing: border-box;
    width: 100%;
    height: 165px;
    text-align: center;
    color: #fff;
    background-color: #888888;
}
.fd-main-footer a {
    color: #fff;
}
.fd-main-footer a:hover {
    color: #0e73c1;
}
.fd-main-footer p {
    width: 100%;
    font: 18px/30px "Microsoft YaHei UI";
}

/*底部友情链接样式开始*/
.fd-footer {
    padding-bottom: 56px;
}

.fd-footer-title {
    position: relative;
    padding-bottom: 10px;
    color: #943433;
    font: bold 24px/38px "Microsoft YaHei UI";
    background: url("../images/sy/bg-title.png") left bottom no-repeat;
}

.fd-zyxw-content .fd-footer-title {
    background: url("../images/sy/icon-titlebg.png") left bottom no-repeat;
}

.fd-footer-title.fd-long{
    background: url("../images/sy/icon-titlebg.png") left bottom no-repeat;
}

.fd-footer-title span {
    position: relative;
    display: inline-block;
}


.fd-footer-title a {
    float: right;
    color: #5c8eff;
    font-size: 14px;
}


.fd-footer-list {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}

.fd-footer-list > li {
    position: relative;
    display: inline-block;
    padding-left: 34px;
    padding-right: 44px;
    font: 18px/48px "Microsoft YaHei UI";
    color: #fff;
    min-width: 72px;
    cursor: pointer;
    background: url("../images/icon-bth-bg.png") center center repeat-x;
}

.fd-footer-list > li>a:after{
    content:"33";
    display: inline-block;
    vertical-align: top;
    color: transparent;
    margin-left: 10px;
    width: 10px;
    height: 48px;
    background: url("../images/sy/icon-select.png") center center no-repeat;
}

.fd-footer-list > li.active>a:after{
    transform: rotate(180deg);
}
.fd-footer-list > li:hover a:after {
    transform: rotate(180deg);
}


.fd-footer-ej,.fd-top-ej{
    display: none;
}

.fd-footer-ej {
    display: none;
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 100%;
    color: #943433;
    z-index:10;
    border: 1px solid  #943433;
    font: 14px/36px "Microsoft YaHei UI";
    text-align: center;
    background-color: #fff;
}

.fd-footer-list>li:hover .fd-footer-ej {
    display: inline-block;
}

.fd-footer-list > li.active .fd-footer-ej ,.fd-menu-item.active .fd-top-ej{
    display: block;
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 100%;
    color: #943433;
    z-index:10;
    border: 1px solid  #943433;
    font: 14px/36px "Microsoft YaHei UI";
    background-color: #fff;
}

.fd-footer-ej>a {
    display: inline-block;
    width: 100%;
    color: #943433;
    font: 14px/36px "Microsoft YaHei UI";
}

.fd-footer-ej>a:hover {
    background-color: rgba(148,52,51,0.1);
}

.fd-menu-item.active .fd-top-ej{
    background:url("../images/sy/icon-tri.png")  center -6px no-repeat #fff;
    font: 20px/60px "Microsoft YaHei UI";
    top: 51px;
    height: 300px;
    overflow: auto;
}

.fd-footer-list > li.active .fd-footer-ej a,.fd-menu-item.active .fd-top-ej a{
    display: block;
    text-align: center;
}

.fd-footer-list > li.active .fd-footer-ej a:hover{
    background-color: rgba(148,52,51,0.1);
}

/*底部友情链接样式结束*/

/*中间文章样式开始*/
.fd-article-title {
    text-align: center;
    margin-bottom: 16px;
    font: bold 28px/38px "Microsoft YaHei UI";
}

.fd-article-sm {
    text-align: center;
    font: 14px/20px "Microsoft YaHei UI";
    color: #666;
}

.fd-article-detail {
    padding-top: 14px;
    color: #282828;
    font: 18px/54px "Microsoft YaHei UI";
}

/*中间文章样式结束*/

/*左侧现任领导样式*/
.fd-leader-list {
    padding: 16px;
    background-color: #F5F5F5;
}

.fd-leader-title {
    padding-bottom: 16px;
    color: #943433;
    font: 16px/20px "Microsoft YaHei UI";
}

.fd-leader-content {
    padding-bottom: 16px;
    font: 14px/20px "Microsoft YaHei UI";
    color: #282828;
}

.fd-leader-content a, .fd-leader-content span {
    padding-left: 0px;
    color: #943433;
    cursor: pointer;
}

.fd-leader-people {
    font-size: 0;
}

.fd-leader-people a {
    display: inline-block;
    font: 14px/28px "Microsoft YaHei UI";
    color: #943433;
    margin-right: 10px;
}

.fd-nsjg {
    padding-top: 24px;
}

.fd-nsjg a {
    display: inline-block;
    margin-bottom: 16px;
    padding: 0 18px;
    font: 16px/32px "Microsoft YaHei UI";
    border-radius: 16px;
    color: #9A1A00;
    background-color: rgba(154, 1, 0, 0.1);
    cursor: pointer;
}

.fd-nsjg a:nth-child(2n+1) {
    margin-right: 16px;
}

/*领导信息样式开始*/
.fd-ld-image {
    text-align: center;
}

.fd-ld-image img {
    width: 220px;
}

.fd-ld-name {
    text-align: center;
    margin: 24px auto 40px;
    font: bold 28px/40px "Microsoft YaHei UI";
}

.fd-text-content {
    font: 18px/40px "Microsoft YaHei UI";
    color: #666666;
}

/*新闻样式*/
.fd-xw-list {
    font: 16px/38px "Microsoft YaHei UI";
    color: #282828;
}

.fd-xw-list a {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    width: 90%;
    text-decoration: none;
    color: #282828;
    cursor: pointer;
}

.fd-xw-list a:hover{
    color: #9A1A00;
}

.fd-xw-list a:hover span{
    color: #666;
}

.fd-xw-list a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9A0100;
}

.fd-xw-list a > span {
    float: right;
    color: #666;
}

.fd-xw-list a:nth-child(5n+5) {
    margin-bottom: 21px;
}

.fd-xw-list a:nth-child(5n):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -21px;
    left: 0;
    background-color: #F3F3F3;
}

.fd-xw-list a:nth-child(5n+6) {
    margin-top: 21px;
}

/*长江讲坛样式开始*/
.fd-grey-box {
    padding: 20px;
    background-color: #F5F5F5;
}

.fd-title-text {
    padding-top: 12px;
    padding-bottom: 24px;
    text-align: center;
    color: #282828;
    font: 18px/24px "Microsoft YaHei UI";
}

.fd-subtitle-text {
    text-align: center;
    color: #282828;
    font: 14px/20px "Microsoft YaHei UI";
}

.fd-content-text {
    text-align: justify;
    color: #666666;
    font: 14px/24px "Microsoft YaHei UI";
}

.fd-pb10 {
    padding-bottom: 10px;
}

.fd-pb16 {
    padding-bottom: 16px;
}

.fd-xw-text-list,
.fd-img-list {
    display: inline-block;
    vertical-align: top;
}

.fd-xw-text-list {
    padding-right: 24px;
    width: calc(100% - 280px);
}

.fd-img-list {
    width: 280px;
}

.fd-article-list-title {
    padding-bottom: 10px;
    color: #282828;
    font: 20px/26px "Microsoft YaHei UI";
}

.fd-article-list-title span {
    float: right;
    color: #666666;
    font: 14px/26px "Microsoft YaHei UI";
}

.fd-article-list-content {
    height: 96px;
    color: #999999;
    text-align: justify;
    font: 14px/24px "Microsoft YaHei UI";
}

.fd-img-list .fd-img {
    width: 100%;
    height: 140px;
    margin-bottom: 24px;
}

.fd-zj-list {
    padding-top: 24px;
    height: 391px;
    width: 100%;
    overflow: hidden;
}
.fd-zj-list2 {
    padding-top: 24px;
   /* height: 391px;*/
    width: 100%;
   /* overflow: hidden;*/
}
.fd-zj-list2 a{
    display:inline-block;
}


.fd-zj-list-innner {
    height: 100%;
    position: relative;
}

.fd-zj-list-innner .fd-zj-list-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: max-content;
}
#box2{
    overflow: hidden;
    white-space: nowrap; /*不换行*/
    color: #666666;
    font: 20px/24px "Microsoft YaHei UI";
}
/*  轮番滚动 */
/*#div1{
!*    width: 640px;
    height: 120px;
    margin: 100px auto;*!
!*    background-color: #646464;
    position: relative;*!
    overflow: hidden;
}
#div1 ul{
    position:absolute;
    left:0;
    top:0;
    overflow: hidden;
    background-color: #3b7796;
}

#div1 ul li{
    float: left;
    width: 220px;
    height: 335px;
    list-style: none;
}*/
/* 定义第一个span的animation：时长 动画名字 匀速 循环 正常播放 */
.first-marquee{
    -webkit-animation: 15s first-marquee linear infinite normal;
    animation: 15s first-marquee linear infinite normal;
    padding-right: 70%;
}

@keyframes first-marquee {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        display: none;
    }
}
.second-marquee{
    -webkit-animation: 120s first-marquee linear 60s infinite normal;
    animation: 120s first-marquee linear 60s infinite normal;
    padding-right: 53%;
}

@keyframes second-marquee {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-200%, 0, 0);
        transform: translate3d(-200%, 0, 0);
        display: none;
    }
}



.fd-people-group {
    display: inline-block;
    width: 220px;
    height: 335px;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 32px;
}

.fd-people-group > img {
    width: 220px;
    height: 280px;
    margin-bottom: 24px;
}

.fd-people-group > p {
    font: 20px/26px "Microsoft YaHei UI";
    color: #282828;
    text-align: center;
}

.fd-people-group:nth-child(5n) {
    margin-right: 0;
}
/*个人详情页面样式*/
.fd-grxq{
    display: flex;
}

.fd-gr-name{
    margin-bottom: 20px;
    color: #282828;
    font:bold 28px/38px "Microsoft YaHei UI";
}

.fd-detail-contain{
    padding-left: 24px;
    flex: 1;
    color: #666666;
    font: 18px/32px "Microsoft YaHei UI";
}

.fd-gr-detail{
    text-align: justify;
}

.fd-grxq-list{
    margin-top: 56px;
    margin-bottom: 56px;
    display: flex;
    flex-wrap: wrap;
    color: #282828;
    font: 20px/26px "Microsoft YaHei UI";
}
.fd-grxq-list li{
    margin-bottom: 32px;
    width: 25%;
}

.fd-grxq-content{
    padding: 24px 0 32px;
}

.fd-grxq-content{
    color: #999999;
    font: 14px/28px "Microsoft YaHei UI";
}

/*弘义基金会样式*/
.fd-jjh-title{
    margin: 24px 0 32px;
    color: #282828;
    text-align: center;
    font:bold 28px/38px "Microsoft YaHei UI";
}

.fd-jjh-text{
    text-align: center;
    font: 18px/28px "Microsoft YaHei UI";
    color: #282828;
}

.fd-jjh-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fd-jjh-content .fd-jjh-content-left{
    width: calc(100% - 12px);
    margin-bottom: 40px;
}

.fd-jjh-content-left .fd-text{
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 24px;
    margin-bottom: 16px;
    font: 16px/21px "Microsoft YaHei UI";
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fd-jjh-content-left .fd-a{
    display: block;
    width: 80%;
    position: relative;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fd-jjh-content-left .fd-span{
    position: relative;
    float: right;
}
.fd-jjh-content-left .fd-text-2 {
    width: 100% !important;
    padding-right: 0;
}

.fd-jjh-content-left .fd-text:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9A0100;
    opacity: 0.1;
    left: 0;
    top: 7px;
}

.fd-jjh-content-left .fd-text:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #9A0100;
    opacity: 0.1;
    left: 0;
    top: 7px;
}

.fd-jjh-content-left .fd-text a {
    color: #282828;
}

.fd-jjh-content-left .fd-text-2>a {
    color: #282828;
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fd-zyxw-content .fd-jjh-content-left .fd-text-2>a {
    width: 80%;
}
.fd-jjh-content-left .fd-text span{
    float: right;
    font-size: 14px;
    color: #666666;
}

.fd-jjh-content-left .fd-text:hover a{
    color: #9A1A00;
}

.fd-jjh-content-left .fd-text:hover:before{
    opacity: 1;
}

.fd-hzdw{
    margin: 24px 0 0;
}

.fd-hzdw>li{
    display: flex;
    margin-bottom:32px ;
}

.fd-hzdw>li:nth-last-child(1){
    margin-bottom: 0;
}

.fd-hzdw>li .fd-hzdw-img{
    width: 106px;
    height: 106px;
}

.fd-hzdw-list{
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    flex: 1;
}

.fd-hzdw-title{
    color: #282828;
    font: 20px/26px "Microsoft YaHei UI";
}

.fd-hzdw-list li{
    width: 50%;
    padding-top: 8px;
    color: #999999;
    font: 14px/20px "Microsoft YaHei UI";
}

.fd-hzdw-list li:nth-last-child(1){
    width: 100%;
}

/*在线阅读样式修改*/
.fd-red-bth{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background-color: #963532;
    border-radius: 2px;
    color: #fff;
    padding: 0 24px;
    font: 18px/32px "Microsoft YaHei UI";
}

.fd-input{
    width: 506px;
    height: 32px;
    color: #282828;
    font: 14px/32px "Microsoft YaHei UI";
    border: 1px solid #CFCFCF;
    border-radius: 2px;
}

.fd-input:focus{
    border-color: #CFCFCF;
}

.fd-sj-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.fd-sj-list:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
}

.fd-sj-list li{
    margin-bottom: 56px;
    width: 277px;
    margin-right: 32px;
}
.fd-sj-list li:nth-child(3n){
    margin-right: 0;
}

.fd-sj-name{
    padding-top: 24px;
    padding-bottom: 16px;
    text-align: center;
    font: 20px/26px "Microsoft YaHei UI";
    color: #282828;
}

.fd-sj-text{
    color: #999999;
    text-align: justify;
    font: 14px/24px "Microsoft YaHei UI";
}

input{
    padding-left: 8px;
    background-color: rgba(255,255,255,0.5);
}

input::-webkit-input-placeholder{
    color: #C2C2C2;
}
input::-moz-placeholder{
    color: #C2C2C2;
}
input:-ms-input-placeholder{
     color: #C2C2C2;
}

.fd-search-input input::-webkit-input-placeholder{
    color: #999;
}
.fd-search-input input::-moz-placeholder{
    color: #999;
}
.fd-search-input input::-ms-input-placeholder{
    color: #999;
}

textarea::-webkit-input-placeholder{
    color: #C2C2C2;
}
textarea::-moz-placeholder{
    color: #C2C2C2;
}
textarea:-ms-input-placeholder{
    color: #C2C2C2;
}

input:focus,textarea:focus{
    outline:none;
}


/*投稿样式修改*/
.fd-form{
    display: flex;
    flex-wrap: wrap;
}

.fd-form-group01,.fd-form-group02,.fd-form-group03{
    position: relative;
    margin-bottom: 16px;
}

.fd-form-group01{
    padding-left: 90px;
}

.fd-form-group02{
    padding-left: 126px;
}

.fd-form-group03{
    padding-left: 64px;
}

.fd-required label:before{
    content: "*";
    color: #D50200;
    font-size: 14px;
}

.fd-label01,.fd-label02,.fd-label03{
    position: absolute;
    left: 0;
    font: 14px/32px "Microsoft YaHei UI";
    color: #707070;
    text-align: right;
    padding-right: 8px;
}

.fd-label01{
    width: 91px;
}

.fd-label02{
    width: 126px;
}

.fd-label03{
    width: 64px;
}

input,textarea{
    line-height: 20px;
    padding: 6px 8px;
    color: #282828;
    border-radius: 2px;
    border: 1px solid #E0E0E0;
}
.fd-form-item{
    width: 100%;

}
/*学术委员会名单样式修改*/

.fd-wyh-content{
    margin-top: 40px;
    padding:0 170px;
}

.fd-wyh-mc{
   font: 22px/29px "Microsoft YaHei UI";
   color:#666666;
}

.fd-wyh-mc span:nth-child(1){
    display: inline-block;
    width: 80px;
}

.fd-wyh-mc span:nth-child(2){
    color: #282828;
}

.fd-wyh-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.fd-wyh-list p{
    text-align-last: justify;
    margin-right: 32px;
    margin-bottom: 16px;
    width: 66px;
    font: 22px/29px "Microsoft YaHei UI";
    color: #282828;
}

.fd-wyh-list p:nth-child(6n){
    margin-right: 0;
}

.fd-range input{
    width: 58px;
}

.fd-range{
    width: 100%;
    line-height: 20px;
    color: #282828;
}

.fd-range span{
    font: 14px/32px "Microsoft YaHei UI";
}

.fd-jd-list{
    margin-top: 8px;
}
.fd-jd-list li{
    display: flex;
    margin-bottom: 32px;
}

.fd-jd-content{
    flex: 1;
    padding-left: 16px;
}

.fd-list-jdmc{
     font: 20px/26px "Microsoft YaHei UI";
    color: #282828;
}

.fd-list-text{
    font: 14px/20px "Microsoft YaHei UI";
    padding-top: 7px;
    color: #999999;
}
/*首页样式修改*/
.fd-dtt {
    position: relative;
    margin-top: 24px;
    width: 100%;
    height: 100px;
}

.fd-dtt a {
    display: inline-block;
    width: 100%;
    height: 100px;
    text-decoration: none;
}

.fd-dtt img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 1200px;
    height: 100px;
}

.fd-dtt p {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100px;
    color:#c21b19 ;
    padding: 0 114px;
    font:bold 30px/100px "Microsoft YaHei UI";
    text-align: center;
    background: url("../images/sy/icon-bt.png") center center no-repeat;
    background-size: 100% 100%;
}

#box{
   position: relative;
    margin-left: calc(50% - 540px);
    width: 1140px;
    overflow-x: auto;
    overflow-y: hidden;


}

.fd-scroll-container:before{
    content: "";
    position: absolute;
    left: calc(50% - 600px);
    top: 0;
    width: 60px;
    height: 100%;
    background: url("../images/sy/icon-sm.png") 0 10px no-repeat ;
}

.fd-scroll-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    height: 48px;
    color: #487ab1;
    font: 18px/48px "Microsoft YaHei UI";
    background: #d7eefe;

}





.fd-gb{
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.fd-gb li{
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 32px;
    cursor:pointer;
}
.fd-gb2{
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
}
.fd-gb2 li{
    width: auto;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    cursor:pointer;
}

.fd-gb li a {
    text-decoration: none;
    color: #487ab1;
}


.fd-xtt{
    padding: 24px 0 32px;
}

.fd-xtt>a {
    display: inline-block;
    width:100%;
    text-decoration: none;
}

.fd-xtt-title{
    display: inline-block;
    width:100%;
    margin-bottom: 8px;
    text-align: center;
    color: #1c4aa3;
    font:bold 32px/42px "Microsoft YaHei UI";
}

.fd-xtt-detail{
    display: inline-block;
    width: 100%;
    height: 20px;
    text-align: center;
    color: #1c4aa3;
    font: 16px/20px "Microsoft YaHei UI";
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fd-xtt-detail a{
    padding-right:24px;
}

.fd-tpxw{
    display: inline-block;
    width: 100%;
    height: 315px;
}

.fd-tpxw-item {
    width: 100%;
    height: 315px;
    position: relative;
}

.fd-tpxw-item .fd-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
}

.fd-tpxw-item>a {
    display: inline-block;
    width: 100%;
    height: 90%;
    position: relative;
}

.fd-tpxw-item>a>img {
    width: 576px;
    height: 307px;
    float: left;
}

.fd-tpxw-content{
    display: inline-block;
    width: calc(100% - 576px);
    height: 100%;
    padding-left: 48px;
    float: left;
}

.fd-tpxw-title{
    color: #333333;
    font: 24px/34px "Microsoft YaHei UI";
}

.fd-tpxw-date{
    border-bottom: 1px solid #E1E1E1;
    padding: 8px 0;
    font: 14px/20px "Microsoft YaHei UI";
    color: #999999;
}

.fd-tpxw-text{
    padding-top: 14px;
    font: 14px/28px "Microsoft YaHei UI";
    color: #666666;
    height: 230px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.fd-pagination{
    z-index: 5;
    text-align: right;
    font:20px/28px "Microsoft YaHei UI" ;
    color: #9C3C3B;
}
.fd-pagination span:nth-child(1),.fd-pagination span:nth-last-child(1){
    cursor: pointer;
}

.fd-grey-text{
    font-size: 12px;
    vertical-align: bottom;
    color: #333333;
}

.fd-zyxw{
    box-sizing: border-box;
    margin-top: 32px;
    width: 100%;
    /*height: 470px;*/
}

.fd-zyxw-title{
    margin-bottom: 32px;
    height: 52px;
    padding: 8px 0 20px;
    color: #333;
    font-size: 0;
    background: url("../images/sy/icon-titlebg.png") left bottom no-repeat;

}

.fd-zyxw-title a.active{
    position: relative;
    font-weight: bold;
    color: #943433;
}

.fd-zyxw-title a{
    display: inline-block;
    text-align: center;
    padding: 0 24px;
    font: 24px/24px "Microsoft YaHei UI";
    border-right: 1px solid  #9c4a49;
}

.fd-zyxw-title a:nth-last-child(1){
    border-right: none;
}

.fd-zyxw-content{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*height: 380px;*/
    /*padding: 0 24px 8px;*/
}
.fd-zyxw-content .fd-gz-list {
    width: 576px;
}
.fd-zyxw-content .fd-gz-list:nth-of-type(2n) {
    margin-right: 0;
}
.fd-zyxw-content .fd-gz-list:nth-of-type(3) {
    margin-right: 48px;
}
.fd-zyxw-content .fd-jjh-content-left{
    width: 100%;
}

.fd-sl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    height: 280px;
    color: #fff;
    font-size: 0;
    margin-top: 10px;
    padding: 60px 30px 20px;
    background: url("../images/sy/icon-group-bg.png") center center no-repeat;
}

.fd-sl .fd-sl-text-normal{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    height: 70px;
    margin-bottom: 30px;
    /*margin-right: 20px;*/
    cursor: pointer;
    color: #fff;
    font: bold 22px/60px "Microsoft YaHei UI";
}

.fd-sl .fd-sl-text-normal a{
    color: #fff;
}

.fd-sl .fd-sl-text-normal:nth-child(1){
    width: 350px;
    background: url("../images/sy/icon-bg10.png") left top no-repeat;
}
.fd-sl .fd-sl-text-normal:nth-child(2){
    width: 350px;
    background: url("../images/sy/icon-bg10.png") left top no-repeat;
}
.fd-sl .fd-sl-text-normal:nth-child(3){
    width: 350px;
    background: url("../images/sy/icon-bg10.png") left top no-repeat;
}
.fd-sl .fd-sl-text-normal:nth-child(4){
    width: 560px;
    background: url("../images/sy/icon-bg8.png") left top no-repeat;
}
.fd-sl .fd-sl-text-normal:nth-child(5){
    width: 560px;
    background: url("../images/sy/icon-bg8.png") left top no-repeat;
}
/*.fd-sl .fd-sl-text-normal:nth-child(6){*/
/*    width: 220px;*/
/*    margin-right: 16px;*/
/*    background: url("../images/sy/icon-bg6.png") left top no-repeat;*/
/*}*/
/*.fd-sl .fd-sl-text-normal:nth-child(7){*/
/*    width: 130px;*/
/*    margin-right: 16px;*/
/*     background: url("../images/sy/icon-bg3.png") left top no-repeat;*/
/* }*/
/*.fd-sl .fd-sl-text-normal:nth-child(8){*/
/*    margin-right: 16px;*/
/*    width: 180px;*/
/*    background: url("../images/sy/icon-bg9.png") left top no-repeat;*/
/*}*/

/*.fd-sl .fd-sl-text-normal:nth-child(9){*/
/*    width: 560px;*/
/*    background: url("../images/sy/icon-bg8.png") left top no-repeat;*/
/*}*/


.fd-sl #hbhyfz{
    margin-right: 0;
}

.fd-sl #jcshzl{
    margin-right: 0;
}
.fd-sl .fd-sl-text-normal:hover{
    transform: scale(1.04);
    z-index: 5;
}

.fd-gz-content{
    display: flex;
    flex-wrap: wrap;
}

.fd-gz-list{
    width: 368px;
    margin-right: 48px;
    margin-top: 32px;
}

.fd-gz-list:nth-child(3n){
    margin-right: 0;
}

.fd-gz-list .fd-jjh-content-left{
    margin-top: 24px;
}

.fd-fwzl-bth-group{
    margin: 24px 0 32px;
}

.fd-red-icon-bth{
    position: relative;
    display: inline-block;
    padding-left: 76px;
    padding-right: 16px;
    cursor: pointer;
    font: 19px/60px "Microsoft YaHei UI";
    box-shadow: 0 0 10px rgba(0,0,0,0.09);
}

.fd-red-icon-bth a{
    color: #943534;
}

.fd-red-icon-bth:hover a{
    color: #fff;
}

.fd-grzx{
    background: url("../images/sy/icon-grzx.png") 20px center  no-repeat;
}
.fd-grzx:hover{
    background: url("../images/sy/icon-grzx-hover.png") 20px center no-repeat #943534;
}

.fd-zwxt{
    background: url("../images/sy/icon-zwxt.png") 20px center no-repeat;
}
.fd-zwxt:hover{
    background: url("../images/sy/icon-zwxt-hover.png") 20px center no-repeat #943534;
}

.fd-ktsb{
    background: url("../images/sy/icon-ktsb.png") 20px center no-repeat;
}
.fd-ktsb:hover{
    background: url("../images/sy/icon-ktsb-hover.png") 20px center no-repeat #943534;
}

.fd-hyfw{
    background: url("../images/sy/icon-hyfw.png") 20px center no-repeat;
}
.fd-hyfw:hover{
    background: url("../images/sy/icon-hyfw-hover.png") 20px center no-repeat #943534;
}
.fd-hyzj{
    background: url("../images/sy/icon-hyzj.png") 20px center no-repeat;
}
.fd-hyzj:hover{
    background: url("../images/sy/icon-hyzj-hover.png") 20px center no-repeat #943534;
}
.fd-hyxxglxt{
    background: url("../images/sy/icon-hyxxglxt.png") 20px center no-repeat;
}
.fd-hyxxglxt:hover{
    background: url("../images/sy/icon-hyxxglxt-hover.png") 20px center no-repeat #943534;
}

.fd-img-group {
    margin-bottom: 32px;
    font-size: 0;
    height: 196px;
    padding: 32px;
    background-color: #FAFAFA;
}

.fd-img-group>a {
    display: inline-block;
    width: 360px;
    height: 132px;
    text-decoration: none;
    margin-right: 28px;
}
.fd-img-group>a:last-child {
    margin-right: 0;
}


.fd-img-group>a>img {
    width: 360px;
    height: 132px;
}

.fd-mr28{
    margin-right: 28px;
}

.fd-tp-list {
    position: fixed;
    right: calc(50% - 740px);
    bottom: calc(50% - 260px);
    width: 97px;
    z-index:2;
}

.fd-wb,.fd-wx{
    position: relative;
    padding: 20px 26px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    width: 96px;
    height: 96px;
    cursor: pointer;
    text-align-last: justify;
    background-color: #FAFAFA;
    font: 20px/20px "Microsoft YaHei UI";
    color: transparent;
}

.fd-wx{
    margin-bottom: 24px;
    background: url("../images/sy/icon-wx.png") center center no-repeat;
}

.fd-wx:hover,.fd-wb:hover{
    color: #282828;
    background: none;
}


.fd-wb{
    background: url("../images/sy/icon-wb.png") center center no-repeat;
}

.fd-ewm-box{
    width: 130px;
    height: 170px;
    border-radius: 2px;

}

.fd-ewm-box>img {
    width: 136px;
    height: 136px;
}

.fd-ewm-box p{
    color: #282828;
    padding: 12px 12px 8px;
    font: 16px/20px "Microsoft YaHei UI";
    text-align-last: justify;
}

.fd-xw04p2{
    color: #282828;
    padding: 0px 12px 8px;
    font: 16px/20px "Microsoft YaHei UI";
    text-align-last: justify;
}

.fd-ewm-box:nth-child(1){
    margin-bottom: 60px;
}

.fd-yjh-list{
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}

.fd-yjh-list a{
    display: inline-block;
    width: 25%;
    font:bold 18px/24px "Microsoft YaHei UI";
    color: #666;
    cursor:text;
}

.fd-yjh-list a.fd-yjh-ksj{
    color: #943433;
    cursor:pointer;
}

.fd-xw01 p, .fd-xw02 p{
    position: absolute;
    right: 12px;
    top: 12px;
    z-index:5;
    color: #FFFFFF;
    font: 20px/26px "Microsoft YaHei UI";
}

.fd-xw04p1{
    position: absolute;
    right: 12px;
    top: 12px;
    z-index:5;
    color: #FFFFFF;
    font: 20px/26px "Microsoft YaHei UI";
}

.fd-xw01 a, .fd-xw02 a, .fd-xw04 a {
    display: inline-block;
    position: relative;
    height: 100%;
    width: 100%;
}

.fd-xw01{
    position: fixed;
    z-index: 10;
    width: 310px;
    height: 155px;
    animation: tp-move 60s  infinite linear ;
    box-shadow: 0 9px 21px #F6BDBE;
    cursor: pointer;
}

.fd-xw01:hover{
    animation-play-state: paused;
}

.fd-xw01 img {
    width: 310px;
    height: 155px;
}

.fd-xw02{
    position: absolute;
    z-index: 5;
    left: -185px;
    top: 286px;
    width: 120px;
    height: 265px;
    cursor: pointer;
    box-shadow: 0 9px 21px #F6BDBE;
}

.fd-xw04{
    position: absolute;
    z-index: 5;
    left: -190px;
    top: 95px;
    width: 136px;
    height: 136px;
    cursor: pointer;
}

.fd-xw02 img {
    width: 120px;
    height: 265px;
}

.fd-xw03 {
    position: fixed;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 6;
    width: 600px;
    height: 250px;
    background-color: white;
    border-radius: 5px;
}

.fd-xw03>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.fd-xw03>a>h5 {
    width: 100%;
    font: 18px/46px "Microsoft YaHei UI";
    color: white;
    background-color: #943433;
    padding-left: 30px;
    margin: 0;
}

.fd-xw03>a>p {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    font: 14px/30px "Microsoft YaHei UI";
    color: #666666;
    padding: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.fd-xw03 #wx03gb {
    position: absolute;
    width: 46px;
    height: 45px;
    right: 12px;
    border-radius: 23px;
    top: 0;
    z-index: 7;
    color: #FFFFFF;
    text-align: center;
    font: 18px/46px "Microsoft YaHei UI";
    cursor: pointer;
}

.fd-xw03 #wx03gb:hover {
    background-color: #9F4948;
}


.fd-show-none{
    display: none; !important;
}


@keyframes tp-move {
    0% {
        top: 0;
        left: 0;
    }

    20% {
        top: calc(100% - 155px);
        left: 60%;
    }

    30% {
        left: calc(100% - 310px);
        top: 30%;
    }

    40% {
        left: 60%;
        top: 20%;
    }

    50% {
        top: 0;
        left: 0;
    }

    60% {
        top: calc(100% - 155px);
        left: 20%;
    }

    70% {
        left: calc(100% - 310px);
        top: 50%;
    }

   80% {
        left: 80%;
        top: 0;
    }

   90% {
        left: 0;
        top: 20%;
    }

    100% {
        left: 0;
        top: 0;
    }
}

.fd-com {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
}

.index-news-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
